home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / pc / data / credits.swf / scripts / frame_1 / DoAction.as < prev   
Text File  |  2007-11-08  |  241b  |  13 lines

  1. mc_Background.onPress = function()
  2. {
  3. };
  4. mc_Background.useHandCursor = false;
  5. btnNext.useHandCursor = false;
  6. mc_ChiudiBtn.onPress = function()
  7. {
  8.    if(_global.gDialogManager)
  9.    {
  10.       _global.gDialogManager.Show(false);
  11.    }
  12. };
  13.